home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFtoSpr - Star Fighter 3000 graphics converter
- * Savebox for SF3000 MapTiles file
- * Copyright (C) 2000 Chris Bazley
- */
-
- #ifndef STSSaveMapTiles_h
- #define STSSaveMapTiles_h
-
- #include "toolbox.h"
- #include "SFformats.h"
-
- extern ObjectId SaveMapTiles_create(char *savepath, int data_saved, SF_MapTilesSetHdr **tiles_data);
-
- #endif
-